home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / feb96 / chanf104.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  25KB  |  640x480  |  4-bit (13 colors)
Labels: text | screenshot | software | display | multimedia software | graphics software | computer icon | editing
OCR: Delphi - Project1 File Edit Search View Compile Run Options Tools Help A ab] OK X P ....... .. Standard Additional /Data Access /Data Controls /Dialogs /System /VBX/ T Form1 ..... ····· Object Inspector . .. Table1: TTable BeforeCancel + BeforeClose :BeforeDelete EmpNo BeforeEdit BeforeInsert LastName BeforeOpen BeforePost OnCalcFields Table1 CalcFiel .FirstName .. + OnNewRecord Properties \ Events PhoneExt UNIT1.PAS procedure TForml. TablelCalcFields ( DataSet: TDataset) ; begin TablelDisplayField. AsString := TablelLastName. AsString + ', + TablelFirstName. AsString; end; 94: 1 Insert \Unit1